Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-15Fix crasher in new lazy-rebuild outliner's treehash.Bastien Montagne
2015-05-15Scene audio naming cleanup:Antony Riakiotakis
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-13Cleanup: reduce scope for win32, Linux varsCampbell Barton
2015-05-13UI: check visible layers when reading contextCampbell Barton
2015-05-13Multi-View: return correct number of views when rendering only one of the ste...Dalai Felinto
2015-05-13Fix T44684 Compositor backdrop isn't updating correctlyDalai Felinto
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Dyntopo PBVH build optimization:Antony Riakiotakis
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-12Depsgraph: Make ob_get_parent_matrix() more public and reusableSergey Sharybin
2015-05-12Depsgraph: Add utility function to check whether modifier depends on timeSergey Sharybin
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-05-12Depsgraph: Move update-related functions into own filesSergey Sharybin
2015-05-11Clearing preview image shall also unset 'user edited' flag!Bastien Montagne
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-05-10Fix T44633: image cache broken for movies and sequences.Brecht Van Lommel
2015-05-10Fix T44644 Missing thread-protection (spinlock) of image in new multiview code.Bastien Montagne
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-05-07Fix T44604 bad quality of rake with bezier curves.Antony Riakiotakis
2015-05-07Fix T44631: Custom Normal Data Transfer crash.Bastien Montagne
2015-05-07Fix T44611: 'make_links_data' modifiers would fail and crash with multires mo...Bastien Montagne
2015-05-07Rake: store last position from mouse, don't store halfpoint between lastAntony Riakiotakis
2015-05-07Change fix for T44530 which caused a "regression".Antony Riakiotakis
2015-05-06Fix T44381: Text Editor: Un-indent undo failsCampbell Barton
2015-05-06Cleanup: use ntreeFromIDCampbell Barton
2015-05-06Shader node: support native render capabilitiesCampbell Barton
2015-05-06Image proxies now correctly support metadata (needs to regenerateAntony Riakiotakis
2015-05-06Updating node standard value won't work if node is hidden, patch byAntony Riakiotakis
2015-05-06Add bpy.app.binary_path_pythonCampbell Barton
2015-05-05Prefer name 'program' over 'binary'Campbell Barton
2015-05-05BLI_path: add PATH search utility functionsCampbell Barton
2015-05-05Fix T44593: particle volume distribution not working with large meshes.Brecht Van Lommel
2015-05-05Fix reading uninitialized memory finding pathsCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-04Fix T44503 full sample does not display any preview any more.Antony Riakiotakis
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2015-05-04Fix metadata display in sequencer lost after doing a preprocessAntony Riakiotakis
2015-05-04Freestyle: Fix for line style ID datablocks not copied when fully copying a s...Tamito Kajiyama
2015-05-04Support displaying metadata for images in sequencer preview windows (notAntony Riakiotakis
2015-05-04Fix Buttons context, invalid object data accessCampbell Barton
2015-05-04Button Space: clear pin flag when NULL'ing pointerCampbell Barton
2015-05-04Fix T44376: Buttons context, invalid data accessCampbell Barton
2015-05-04Cleanup: WM_main_remove_notifier_referenceCampbell Barton
2015-05-04Cleanup: naming for callback wrappersCampbell Barton
2015-05-04Remove redundant outliner lookup freeing objectsCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-05-03Fix typos.Tamito Kajiyama