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
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-11Made group label callback function static.Lukas Toenne
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-02-08Group node type info is now also initialized with helper functions.Lukas Toenne
2011-02-08Finished the node type definition cleanup started in r34682. All static node ...Lukas Toenne
2011-02-07Todo/feature requestTon Roosendaal
2011-02-07A simplified way of defining bNodeType structs. Instead of doing full struct ...Lukas Toenne
2011-01-25fix [#25748] Addons register parameters/functions more than onceCampbell Barton
2011-01-18Added a check in nodeGroupVerify to detect if a tree is actually a group tree...Lukas Toenne
2011-01-17Bugfix #25681Ton Roosendaal
2011-01-08fix for using freed memory with animation/group/ungroup code.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-03Todo: Material nodesTon Roosendaal
2010-12-29Bugfix [#24163] (PART 2) Unable to animate INSIDE a group node in theJoshua Leung
2010-12-29Bugfix [#24163] Unable to animate INSIDE a group node in theJoshua Leung
2010-12-27Bugfix #25392Ton Roosendaal
2010-12-20Bugfix #25309Ton Roosendaal
2010-12-19Bugfix #25301Ton Roosendaal
2010-12-07Bugfix #25049: Compositing Nodes not KeyframableJoshua Leung
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton
2010-11-28Bugfix #24953Ton Roosendaal
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell Barton
2010-11-02Fix #24436: GLSL + Node material gives wrong color.Brecht Van Lommel
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-21fix for fix [#24344] crash on adding new image when composite is open and the...Campbell Barton
2010-10-02Most likely fix for #23420: viewer node: loses viewer nodes forever.Brecht Van Lommel
2010-10-02Fix #23932: compositing nodes with viewer and split viewer node couldBrecht Van Lommel
2010-09-13bugfix [#23068] Image editor: Update Automatically not updating the compositor.Campbell Barton
2010-08-22remove inline loops in a few placesCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-13Fix #23111: file Output node not working when inside a group.Brecht Van Lommel
2010-08-05bugfix [#23164] Copied Scene Nodes!Campbell Barton
2010-08-04Fix #22869: procedural compositing buffers from texture nodes were not restoredBrecht Van Lommel
2010-07-30bugfix [#22859] Multi-user images cant be made into single user in texure panel.Campbell Barton
2010-06-23- avoid divide by zero with node progressCampbell Barton
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-04-28fix for crash on loading some nodes.Campbell Barton
2010-03-31Fix [#21727] texture in compositor quickly results in crashMatt Ebb
2010-03-23fix for mistake in own recent commit.Brecht Van Lommel
2010-03-23workaround for compositor threading copying actions every time.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-12Fix #21211: new indirect/environment/emit passes weren't showing upBrecht Van Lommel
2010-02-18constraints unique name length was set too long (could overrun the buffer), u...Campbell Barton
2010-02-15copy animdata and id-props when copying material node tree's to avoid double ...Campbell Barton
2010-02-13fix for memory leak: node animation data wasnt being free'dCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel