THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
sandey
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
forked from
bartvdbraak/blender
Code
Pull Requests
Activity
2e0f741d01
blender
/
release
/
scripts
/
startup
History
Lukas Toenne
efcfe88adc
Fix for add_node operator: needs to have SKIP_SAVE set for the settings collection to prevent it from re-using settings from a previous call. This would otherwise lead to python exceptions when those properties don't exist for the other node type (point in case: node_tree only is defined for group nodes).
2013-05-09 10:13:13 +00:00
..
bl_operators
Fix for add_node operator: needs to have SKIP_SAVE set for the settings collection to prevent it from re-using settings from a previous call. This would otherwise lead to python exceptions when those properties don't exist for the other node type (point in case: node_tree only is defined for group nodes).
2013-05-09 10:13:13 +00:00
bl_ui
split dissolve into 3 different operators (face/edge/vert).
2013-05-08 13:48:57 +00:00
keyingsets_builtins.py
More UI message i18n fixes and improvements...
2013-03-10 17:42:08 +00:00
nodeitems_builtins.py
Fix suggested by Campbell Barton: use %r instead of %s when building the python expression for the node operator settings to ensure correct escaping.
2013-05-09 08:05:02 +00:00