Blender Git Commits

Blender Git "master" branch commits.

Page: 4312 / 5574

Revision e86c5cf by Matt Ebb
June 27, 2010, 07:45 (GMT)
Fix [#22564] Object name by object type

Restored auto-naming newly created objects by type, for Mesh, Lamp, Meta
June 27, 2010, 06:42 (GMT)
Fix for compilation error with SCons.
Revision ce7d768 by Matt Ebb
June 27, 2010, 06:15 (GMT)
Fix [#22675] Dupli tool
Tweaked operator poll functions
Revision 03fa4bb by Matt Ebb
June 27, 2010, 05:39 (GMT)
Partial cleanup of timing system, with some guidance from Joshua:

* Fractional frames support has been changed to use a new var, scene->r.subframe.
This is a 0.0-1.0 float representing a subframe interval, used in generating a final float
frame number to evaluate animation system etc.
* Changed frame_to_float() and some instances of bsystem_time() into a convenience function:
float BKE_curframe(scene) which retrieves the floating point current frame, after subframe
and frame length corrections.
* Removed blur_offs and field_offs globals. These are now stored in render, used to
generate a scene->r.subframe before render database processing.
June 27, 2010, 00:33 (GMT)
script to create a man page from blenders --help text, replaced the hand edited man page with this.
June 27, 2010, 00:03 (GMT)
More on the new GUI for the Parameter Editor mode. This is a WIP commit.

* Moved render layer-specific Freestyle options to a separate "Freestyle"
tab (in addition to the "Freestyle: Line Style" tab that has been introduced
in the previous commit).

* Added UI controls for specifying feature edge selection criteria in the
Parameter Editor mode. Feature edge selection starts with a set of all
feature edges in the view map. Each line set specifies edge selection
criteria (e.g., to select only visible crease edges) by enabling appropriate
UI controls (e.g., by turning on the "Crease" and "Visibility" toggle
buttons). Selected criteria are combined by logical conjunction. Logical
disjunction (e.g., "crease edges or contours") is represented by two or
more line sets.

* Slightly rearranged several UI controls in the Python Scripting mode.
June 26, 2010, 22:32 (GMT)
remove filename and directory from python operators that dont need them
June 26, 2010, 22:23 (GMT)
more generic sorting of theme items by type (was adding all non color items last)
June 26, 2010, 21:40 (GMT)
Set button emboss to false a few more places where it makes sense, such as disclosure triangles and panel closing X icons.
June 26, 2010, 20:00 (GMT)
- changed recent commit from William to have enum in user preferences as an expanded enum (like it was before)
- rename 'no_bg' argument to 'emboss' (and negated)
- added 'emboss' option for operator buttons.
- Addon UI Layout slight modifications, changed enable/disable buttons for checkbox, grey out text of disabled addons to make it obvious at a glance whats enabled.
- column expanded enums now align text to the left.
- renamed ui_item_enum_row to ui_item_enum_expand since its used for columns and rows.
June 26, 2010, 19:17 (GMT)
new notifier for FRAME_RANGE, use to recalculate the timeline scrollbar range.
June 26, 2010, 19:00 (GMT)
Patch by Oenvoyage: Lamp specials menu was context insensitive,
displaying lamp properties regardless of type hence causing errors. Now
active object controls what properties to display. Still it's possible to
manage multiple mixed lamps types at once. Also added useful items for
cameras and empties
June 26, 2010, 17:46 (GMT)
object color property in the object UI panel
June 26, 2010, 17:24 (GMT)
minor changes to Williams commit to be a bit less verbose.
June 26, 2010, 17:12 (GMT)
alpha drawing for color picker, move alpha button into the picker.
June 26, 2010, 17:06 (GMT)
Updated Themes user preference pane.

Layout is now simpler, more easy to scan. This commit also simplifies the Python code and gets rid of hundreds of wasted lines of code, making it much easier to make layout changes.
June 26, 2010, 16:35 (GMT)
Minor comment fixes.
June 26, 2010, 13:39 (GMT)
Merged changes in the trunk up to revision 29702.
June 26, 2010, 13:24 (GMT)
fix for crash running the file load operator in background mode:
bpy.ops.wm.open_mainfile(filepath="some.blend")
June 26, 2010, 08:53 (GMT)
file operator cleanup
* the default properties of the file operator now only contain the "filepath", which means only the complete path to a file is returned.
* "filename" and "directory" has been added to the link/append operator - the only place it was used.
* sequence operators still work on the "files", which was custom property passed to the file operator anyway.
* have tested sequence loading, image loading and append/link - please report if there are any issues
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021