January 13, 2015, 11:00 (GMT) |
BGE: python API cleanup - replace BLI_program_path with BKE_appdir_program_path |
January 13, 2015, 01:47 (GMT) |
Depsgraph: Fixes for drivers with bone targets defined using RNA Paths Now, these drivers don't get blocked waiting for the bone evals to finish. This makes them function better (specifically, allowing them to have some of the same benefits as they did in the old depsgraph) |
January 13, 2015, 01:10 (GMT) |
Depsgraph: Stub in a few more relations to ob transforms to go along with geometry when doing parenting |
January 13, 2015, 00:03 (GMT) |
Depsgraph: Bone constraints depending on the armature transforms were not working |
January 12, 2015, 23:50 (GMT) |
Code cleanup: Remove redundant comment |
January 12, 2015, 23:50 (GMT) |
Depsgraph: Code cleanup for single operation components If a component has just a single operation and no declared entry/exit operation, get_entry/exit_operation() now automatically just uses the operation that does exist. |
January 12, 2015, 23:39 (GMT) |
Depsgraph: Add support for a few more common datatypes to pointer_to_component_node_criteria() This is used by the RNAPathKey lookups, so supporting more types of data here should ensure more node lookups to work successfully. |
Revision bdae59a by Lukas Toenne (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths) January 12, 2015, 19:24 (GMT) |
Spiral kink mode for particles. This is BAD code, but the particle kinking does not make it easy to write a non-local modifier that requires neighboring positions, curvature, etc. The feature is needed for Gooseberry. |
January 12, 2015, 18:58 (GMT) |
Merge branch 'master' into asset-experiments |
January 12, 2015, 16:45 (GMT) |
Reorganization: * Make 'clear preview' a C operator; * Move 'object preview generator' op in wm namespace; * Add those two to file-> data preview submenu. |
January 12, 2015, 16:44 (GMT) |
Reorganization: move ID filters to DNA_ID.h, and add helpers in bke's idcode.c to convert between idcode and idfilter. |
Revision c0888fa by Lukas Toenne (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths) January 12, 2015, 15:03 (GMT) |
Optional clumping noise feature for simulating twisted hair strands. This adds another level of clumping on child hairs. When enabled, child hairs chose a secondary clumping target using a Voronoi pattern. This adds visual detail on a smaller scale, which is useful particularly when the number of parents is relatively small. Natural fibres behave in a similar way when they become sticky and intertwined. Hairs close to each other form a first twisted strand, then combine into larger strands. Similar features can be found in ropes: http://en.wikipedia.org/wiki/Hair_twists http://en.wikipedia.org/wiki/Rope |
January 12, 2015, 14:50 (GMT) |
Merge branch 'master' into asset-experiments |
Revision 3b1186a by Lukas Toenne (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths) January 12, 2015, 13:27 (GMT) |
Disable scope updates in texture and image paint modes. Scope update is very slow for high resolutions, and currently blocks the UI thread(!). This is especially terrible in paint modes, where each stroke causes a scope update and unacceptable freezing. The scopes update method tries to avoid this somewhat by skipping if the toolbar is disabled, but this doesn't help when painting where brush tools etc. are frequently needed. It's also a bad-level poll, with the core system accessing a UI element. Eventually scope updates should become a low-priority background job, as well as becoming threaded. Until then this polling provides a usable workaround to the most outrageous cases. |
January 12, 2015, 12:59 (GMT) |
Depsgraph: Fix for using bones as targets for hook modifier The hook modifier now depends on the bone component of the relevant bone instead of the entire pose result. This makes it possible to interleave relationships where different bones in the same armature depend on the hooked geometry. |
January 12, 2015, 12:39 (GMT) |
Depsgraph: Fill in missing depsgraphUpdate callback for new modifier |
January 12, 2015, 12:15 (GMT) |
Merge branch 'master' into depsgraph_refactor |
January 12, 2015, 11:19 (GMT) |
Merge branch 'master' into temp_custom_loop_normals Conflicts: source/blender/makesrna/intern/rna_modifier.c |
January 12, 2015, 11:17 (GMT) |
Merge branch 'master' into mesh-transfer-data |
January 12, 2015, 10:42 (GMT) |
Merge branch 'master' into depsgraph_refactor |
|
|
|


Master Commits
MiikaHweb | 2003-2021